Class PostgresTreeQueryable<TProps>
PostgreSQL tree queryable implementation.
Inherits from TreeQueryableBase and provides PostgreSQL-specific components.
public class PostgresTreeQueryable<TProps> : TreeQueryableBase<TProps>, IOrderedRedbQueryable<TProps>, IRedbQueryable<TProps> where TProps : class, new()
Inheritance
Implements
Methods
CreateInstance(TreeQueryContext<TProps>)
Creates a new instance with the specified context.
protected override TreeQueryableBase<TProps> CreateInstance(TreeQueryContext<TProps> context)